home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / misc / fastlife_2_7.lha / FastLife2.7 / ReqTools / Install_Workbench2.0 < prev    next >
Text File  |  1994-01-16  |  742b  |  41 lines

  1.  
  2. FailAt 20
  3.  
  4. Echo "*n*n*n*n*n*n*n"
  5. Echo "*nReqTools 2.1e Library Installation Script for FastLife*n"
  6.  
  7. Version >NIL: exec.library 37
  8. If WARN
  9.     Echo "You need Kickstart 2.0 (V37) or higher in ROM to use this library."
  10.     Echo "Installation aborted."
  11.     Skip ABORTED
  12. EndIf
  13.  
  14. Version >NIL: LIBS:reqtools.library
  15. If NOT ERROR
  16.     Echo "Version of reqtools.library already installed:"
  17.     Version LIBS:reqtools.library
  18.     Echo ""
  19. EndIf
  20.  
  21.  
  22. Ask "Install reqtools.library version 38.1095 ?"
  23. If WARN
  24.     Copy libs20/reqtools.library LIBS:reqtools.library
  25.     Echo "*nreqtools.library 38.1095 copied to your LIBS: directory."
  26. Else
  27.     Echo "*nOkay.  Nothing done."
  28.     skip ABORTED
  29. EndIf
  30.  
  31. Echo ""
  32.  
  33. Lab INSTALLED
  34.  
  35. Echo "*nInstallation complete.*n"
  36.  
  37. lab ABORTED
  38.  
  39. Wait 5
  40. EndCLI >NIL:
  41.